Properties

Name Returns Notes Example
ecomStores List
categories List

Methods

Name Returns Notes Example
findSkus ( p ) List
findSku ( skuId ) ProductSku
findProductByName ( productCode ) Product
findProductById ( id ) Product
findProductInStore ( p, store ) ProductInEComStore
findProductByAssetId ( assetId ) Product
findCategoryByAssetId ( assetId ) Category
createAssetForProduct ( p, type ) Asset
createAssetForCategory ( cat, type ) Asset
findProductAssetTypes ( ) Set
findCategoryAssetTypes ( ) Set
checkCreateStore ( title, storeName, websiteName ) boolean
addToStore ( productCode, storeName ) void
checkCreateCategory ( name, title ) boolean
checkCreateProduct ( name, title, category ) boolean
fireProductUpdated ( p ) void
fireProductDeleted ( p ) void
searchProducts ( storeName, query, category, sortField, asc ) List
searchProducts ( store, query, c, sortField, asc ) List
searchProducts ( storeName, query, category, startPrice, endPrice, sortField, asc ) List
searchProducts ( store, query, c, startPrice, endPrice, sortField, asc ) List
locations ( sku, store ) List
attributeNames ( ) List
attributeTitle ( name ) String
findStore ( name ) ECommerceStore